Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Data Namespace / FileHeader Class / FileHeader Constructor / FileHeader Constructor(Byte[])

FileHeader Constructor(Byte[])
Create a new header from the provided byte array
Syntax
'Declaration
 
Public Function New( _
   ByVal data() As Byte _
)
 

Parameters

data
Remarks
The byte array must have at least as many bytes as indicated by the Header Size.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also